Newer
Older
LaserMethane / Pods / Target Support Files / SnapKit / SnapKit.modulemap
Pengxh on 28 Jul 2021 104 bytes first commit
framework module SnapKit {
  umbrella header "SnapKit-umbrella.h"

  export *
  module * { export * }
}